'Declaration Public Overloads Function Render( _
ByVal renderingProgressAn image rendering progress delegate.As Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings, _
ByVal renderingSettingsThe rendering settings.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal decodingSettingsThe decoding settings.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage Render(
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings renderingProgress,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings renderingSettings,
System.EventHandler<ProgressEventArgs> decodingSettings
)
Parameters
- renderingProgress
- An image rendering progress delegate.
- renderingSettings
- The rendering settings.
- decodingSettings
- The decoding settings.
Return Value
Rendered image of the page.